/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {

}
footer {
    width: 100%;
}

/* custmize */
footer{
    text-align: center;
}
footer>ul {
	padding:0;
	margin:0 10px;
}
footer li{
    padding:3px 0px;
    list-style:none;
    display:inline-block;
    margin-right: 1.875rem;
}
footer li a {
	line-height:1.375em;
}
@media screen and (min-width:1024px) {
    footer {
        position: absolute;
        bottom: 0;
    }
}
@media screen and (max-width:1024px) {
    footer{
        text-align: left;
			background:#fff;

    }

}
@media screen and (max-width:768px) {
    .contact span{
        display:inline-block;
    }
    .contact span:not(.ps){
        padding-top:5px;
    }
    .contact .comma{
        display: none;
    }
	footer li{
		width:auto;
		display:inline-block;
	}
		footer li.contact{
		width:100%;
		display:block;
}
}

@media screen and (max-height:768px) {
	footer {
		position:static;
	}
}
